home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12645 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: news.primenet.com!not-for-mail
  2. From: Scott Baker <smbaker@primenet.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Borland C++ problems
  5. Date: 20 Mar 1996 17:57:01 -0700
  6. Organization: Primenet Services for the Internet
  7. Sender: root@primenet.com
  8. Message-ID: <3150AB0B.2EDF@primenet.com>
  9. X-Posted-By: ip155.tus.primenet.com
  10. X-Mailer: Mozilla 2.0 (Win95; I)
  11. MIME-Version: 1.0
  12. Content-Type: text/plain; charset=us-ascii
  13. Content-Transfer-Encoding: 7bit
  14.  
  15. I'm having some problems with Borland C++ and was hoping someone out 
  16. there might know the answer.
  17.  
  18. I'm attempting to compile a Win-3.1 program I wrote under WIN32 for use 
  19. with Win-95. I'm using Borland C++ version 4.5.
  20.  
  21. There are two problems. Both of these only occur when the program is 
  22. compiled for WIN32. 
  23.  
  24. 1) Radio Buttons and Checkboxes do not respond to BM_SETCHECK messages. 
  25. I believe this has something to do with BWCC, since if I make the 
  26. checkboxes "normal", they work, but if they are in the BWCC style, they 
  27. do not respond. 
  28.  
  29. 2) The program will not load unless BCW is also loaded. It generates a 
  30. violation. I'm assuming this has something to do with some DLL that BCW 
  31. has open but my program is not loading.... Any ideas?
  32.  
  33. Thanks
  34.  
  35. Scott Baker
  36.